Feeds > Database Size and Allocated Space Feed |
The database size and allocated space feed provides detailed information regarding the size and space allocation for a given database. The feed contains one entry with database-level information and a separate entry for each data file and log file. Filegroups, by default, are excluded.
The database level entry provides the following information:
![]() |
You can customize the feed database item via the web.config parameter DatabaseSizeFeedDatabaseItem. |
The data file / log file feed items provide the following information:
![]() |
You can customize the log and data file item of the feed via two web.config parameters DatabaseSizeFeedDataFileItem and DatabaseSizeFeedLogFileItem. |
![]() |
By default, the database feed does not include filegroups. If you wish to include filegroups, specify some of the predefined filegroup fields in the web.config parameter DatabaseSizeFeedFileGroupItem. |